GetFloat(IPdfDict,PdfName,Nullable<Single>) Method
In This Topic
Gets the nullable Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns (which can be null).
Syntax
'Declaration
Public Overloads Shared Function GetFloat( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Single) _
) As System.Nullable(Of Single)
public static System.Nullable<float> GetFloat(
IPdfDict ,
PdfName ,
System.Nullable<float>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Return Value
The value associated with the specified key, or .
See Also